| Total Complexity | 1 |
| Total Lines | 14 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | /** |
||
| 19 | |||
| 20 | @Component({ |
||
| 21 | selector: 'screen-player-basics', |
||
| 22 | templateUrl: './player-basics.component.pug', |
||
| 23 | styleUrls: ['./player-basics.component.scss'], |
||
| 24 | }) |
||
| 25 | export class PlayerBasicsComponent implements OnInit { |
||
| 26 | |||
| 27 | constructor( |
||
| 28 | public fileService: SaveFileService, |
||
| 29 | public changeDetectorRef: ChangeDetectorRef |
||
| 30 | ) { } |
||
| 31 | |||
| 32 | ngOnInit() { |
||
| 33 | |||
| 36 |